Skip to main content

All Questions

0votes
0answers
142views

All Protractor tests fail after Chrome browser updated to version 88

Has anyone encounter the issue where updating to Chrome browser 88 causes all Protractor e2e tests to fail if the test system is not physically logged into? If I rollback the Chrome browser to 87, ...
Eric27710's user avatar
4votes
2answers
2kviews

Protractor Chrome headless mixed content issue

I am making an automation of an AngularJS website and I need to run Selenium Chrome Driver with Protractor headless. The problem is that i'm getting this error in terminal: Mixed Content: The page at ...
Lucas Müller's user avatar
4votes
2answers
4kviews

chrome-driver start-maximized not working in MAC OS

In windows OS, the browsers launched perfectly with the below configuration. But in MAC chrome browser is not fully maximized. My Config File: config.framework = 'jasmine2'; config.allScriptsTimeout ...
Barney's user avatar
  • 1,895
1vote
2answers
482views

Webdriver doesn't stable and sometimes crashes during the running

Sometimes the webDriver stopped during the running and warn about "no session"/ "no window target" and etc.. I've used Protractor on Node.JS for my automated testing. The errors are not Constantine ...
Idan E's user avatar
  • 1,319
0votes
0answers
256views

Protractor - The test running always crashes after some time

I've something like 15 scripts inside my test cases pull and every full running after 10 passed scripts it always crashes. I don't know what is the reason. The error from the webdriver log: catch(e) ...
Idan E's user avatar
  • 1,319
1vote
1answer
338views

How to capture screen in selenium webdriver when using jasmine js?

Please your assistance in the following question: How to capture screen in selenium webdriver when using jasmine js? Not for errors, just to capture the website page during the test.
Idan E's user avatar
  • 1,319

close